home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / misc / Istar.lha / Istar / Istar.readme < prev    next >
Text File  |  2000-10-25  |  5KB  |  131 lines

  1. Short:    Knowledge Based System Inference Net Builder
  2. Author:    Andrew@basden.u-net.com
  3. Uploader:    Andrew@basden.u-net.com
  4. Version:    1.14
  5. Type:    dev/misc
  6.  
  7. ISTAR KNOWLEDGE SERVER
  8.  
  9. (Note:  At present, in Aminet, Istar in dev/misc
  10. and KnowledgeServer in comm/tcp, are the same program.  
  11. But in future they might diverge and have different 
  12. capabilities or packagings.)
  13.  
  14. Istar is a knowledge based system builder that allows you to construct
  15. inference nets, bayesian nets and semantic nets.  It has a particularly
  16. nice user interface, with a smoothness that only Amiga hardware can give.
  17. So it is useful for decision support, to help you clarify complex ideas.
  18.  
  19. You build your knowledge base by drawing boxes and arrows, and then
  20. can run the KB either direct or via a browser.  
  21. See docs/index.html to get going.  Most  documentation is now in html.
  22.  
  23. Istar has Knowledge Server capability.  That is, knowledge bases
  24. created by Istar can be run over the Internet, worldwide.
  25. (Note:  If you have a version of Istar1.1 that has a date on or before
  26. 6th October 1999, then you will find some tracing text that appears
  27. on the console when running in server mode.  This was detected, and
  28. removed on 7th October 1999.  The tracing merely shows stack usage,
  29. and is interesting: around 1k at that point - though best to keep
  30. stack high (20000) for other things.)
  31.  
  32. See the following Web pages:
  33.      
  34. The main Istar page is
  35.      http://www.basden.u-net.com/pgm/Istar
  36. and information about the server is on
  37.      http://www.basden.u-net.com/pgm/Istar/server.html
  38. which has a link allowing you to connect to the demonstration
  39. Istar Knowledge Server sites.
  40.  
  41. NEW IN THIS VERSION (See docs/history.html)
  42.  
  43. Version 1.14 makes a few small changes from version 1.12 (1.13 was never
  44. published).  
  45. Version 1.12 fixes a couple of bugs, including one in the server that 
  46. prevented long forms from being displayed.  Main changes otherwise are
  47. that the client of server version can now start inference without a
  48. reset, and that the local lists panel is more powerful.
  49. Version 1.11 fixes a couple of bugs.  Also makes it easier for the
  50. distant client to explore a KB.  Otherwise it is version 1.1 in a
  51. different guise.
  52.  
  53. But the major change is that Version 1.1 has been made into
  54. a knowledge server.  That is, Istar can converse with a
  55. distant browser.
  56. In addition to a standard local user interface for the run-time user,
  57. there is also an interface to HTTP.  Though the modular nature
  58. of Istar made it easy to get an initial version working, the
  59. inference engine required an overhaul before it could support
  60. multi-user access.
  61.  
  62. Version 1.092 introduces reset values, which allows you to specify
  63. a default value to which an attribute will be set when a question is
  64. asked (previously it showed the value left there from previous
  65. working.  See history.html).  A few enforcer hits had been found
  66. and these have been fixed; see bugs.html.  Help buttons are now
  67. available on forms.
  68.  
  69. PLANS
  70.  
  71. Next major version should be able to obtain info by downloading
  72. from any Internet site.
  73.  
  74. COPYRIGHT
  75.  
  76. Istar, all versions, are copyright (C) Andrew Basden, University
  77. of Salford, Salford, M5 4WT, U.K.  Istar@basden.u-net.com.
  78.  
  79. The version with this file can be used freely as long as all copies
  80. of it include the name 'Istar' in their file names whereever they
  81. are stored and as long as this file and copyright notice is
  82. kept with the file.
  83.  
  84. SYSTEM REQUIREMENTS
  85.  
  86. Known to work on Amiga 1200, 3000, 4000.  Will just about run in
  87. 2Mb machines, but recommend use the IstarPrefs_LowMem as your
  88. preferences file.
  89.  
  90. Assigns needed (can work without them):
  91.     IstarSys: (has IstarPrefs and, in future, other things)
  92.     KBTools: where KBs are saved etc.
  93. Fonts used (unless specified in IstarPrefs):
  94.     Courier
  95.     Garnet
  96.     Topaz
  97. Libs used:
  98.     iff.library (but can work without it)
  99. Stack usage:  20,000 recommended, but real usage unknown.
  100.     Surprisingly small, but once ran out when the standard 4k.
  101.  
  102. It works best if you assign KBTools: to the directory where you keep
  103. your knowledge bases, and IstarSys: to a directory where various system
  104. files are kept.  At present, the only file sought in IstarSys is IstarPrefs.
  105. Otherwise just starts as Sys: root.
  106.  
  107. FILES INCLUDED:
  108.  
  109. Istar    Main program.
  110. This Istar.readme and Intro files.
  111. Preferences files, especially IstarPrefs.server
  112. Server text files in files/ directory.
  113. Server KB text files and .serverkbs control file in KBs
  114. Documentation.  Most is now html and cross-linked
  115. for easy reference.  docs/Intro is an ascii version of index.html.
  116. Sample knowledge bases.
  117. Installation script.
  118.  
  119. DISCLAIMER:
  120.  
  121. Istar is supplied as-is.
  122.  
  123. Istar is still under development.  Some of its buttons do not work
  124. because they are not attached to anything yet.  Some of its more
  125. exotic data transformations do not yet work.  See bugs.html.
  126.  
  127. Let me know what you think of it, by mailing me at Istar@basden.u-net.com
  128.  
  129. Andrew Basden.
  130. April 2000.
  131.